* {
    box-sizing: border-box;
}
html{
	width: 100%;
	/* overflow-x: hidden; */
}
.fixedBox {
    position: fixed;
    right: 0;
    top: 330px;
    z-index: 1000;
}
.fixedBoxItem {
    width: 58px;
    height: 58px;
    border: 1px solid #9CC897;
    background: #fff;
    margin-bottom: 1px;
}

.fixedBoxItem:hover{
    cursor: pointer;
}

.fixedBoxItemSel {
    border: 1px solid rgba(90, 164, 81, 1);
    background: rgba(90, 164, 81, 1);
}

.fixedBoxItem img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-top: 12px;
}

.fixedBoxItemIconSel {
    display: none;
}

.fixedBoxItemText {
    color: #9CC897;
    text-align: center;
}

.fixedBoxItemTextSel {
    color: #fff;
}

.fixedBoxPhone {
    display: none;
    width: 0px;
    height: 60px;
    color: rgba(254, 254, 254, 1);
    text-align: center;
    line-height: 60px;
    background: rgba(90, 164, 81, 1);
    position: absolute;
    top: 0px;
    right: 60px;
}

.fixedBoxAsk {
    display: none;
    width: 0px;
    height: 0px;
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #9CC897;
    box-shadow: 1px 2px 6px 0px rgba(29, 42, 54, 0.12);
    border-radius: 2px;
    position: absolute;
    top: -221.5px;
    right: 61px;
}

.fixedBoxCode {
    display: none;
    width: 0px;
    height: 0px;
    padding: 50px;
    background: #FFFFFF;
    border: 1px solid #9CC897;
    box-shadow: 1px 2px 6px 0px rgba(29, 42, 54, 0.12);
    border-radius: 2px;
    position: absolute;
    right: 61px;
    top: -170px;
}

.first {
    position: relative;
}

.firstSliderBg {
    /* height: 851px; */
}

.firstLine {
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 70px;
    left: 0;
}

.nav {
    position: absolute;
    top: -102px;
    left: 50%;
    margin-left: -650px;
    z-index: 10;
}

.navItem {
    max-width: 420px;
	width: calc(33.3% - 20px);
    height: 150px;
    border-radius: 8px;
    background: #fff;
    margin-top: 27px;
    box-shadow: 3px 5px 9px 1px rgba(29, 42, 54, 0.12);
    transition: all 0.5s;
    cursor: pointer;
}

.navItem:hover {
    height: 204px;
    background: #5AA451;
    margin-top: 0px;
    box-shadow: 0px 18px 30px 10px rgba(90, 164, 81, 0.25);
}

.navItem:hover .nav {
    top: 746px;
}

.navItem:hover .navItemTopConTitleText {
    color: #fff;
}

.navItem:hover .navItemTopConNote {
    color: #fff;
}

.navItem:hover .navItemBtn {
    display: flex;
}
.navItem:hover .navItemTopImg{
	display: none;
}
.navItem:hover .navItemTopImgSel{
	display: block;
}
.navItemTop {
    display: flex;
    margin-top: 40px;
    margin-left: 40px;
}

.navItemTopImg {
    width: 70px;
    height: 70px;
}

.navItemTopImgSel{
	width: 70px;
	height: 70px;
	display: none;
}

.navItemTopCon {
    margin-left: 16px;
}

.navItemTopCon {
    margin-top: 14px;
}

.navItemTopConTitle {
    align-items: center;
    margin-bottom: 14px;
}

.navItemTopConTitleIcon {
    width: 30px;
    height: 16px;
    margin-left: 14px;
}

.navItemBtn {
    display: none;
    margin-top: 30px;
    margin-left: 270px;
}

.second {
    background: rgba(90, 164, 81, 0.12);
    position: relative;
}

.secondCon {
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -650px;
    z-index: 3;
}

.secondConRight {
    height: 985px;
}

.secondConRightMain {
    width: 560px;
}

.secondConRightMainNote {
    color: rgba(41, 41, 41, 0.8);
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.secondConRightMainBtn {
    margin-left: 370px;
}

.third {
    background: url(../image/home/thirdBg.jpg);
}

.thirdCon {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.thirdConTitle {
    text-align: center;
}

.thirdConNote {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 60px;
}

.thirdBoxItem {
    width: 310px;
    height: 321px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 4px 7px 11px 1px rgba(29, 42, 54, 0.2);
    position: relative;
    overflow: hidden;
}

.thirdBoxItem .box{
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 321px;
    transition: all 1s;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
    -moz-backface-visibility:hidden; 	/* Firefox */
    -ms-backface-visibility:hidden; 	/* Internet Explorer */
    border-radius: 10px;
    cursor: pointer;
}

.thirdBoxItem .box-hover{
    transform: rotateY(-180deg);
}

.thirdBoxItem:hover .box-default{
    transform: rotateY(180deg);
}

.thirdBoxItem:hover .box-hover{
    transform: rotateY(0deg);
}

.thirdBoxItem:hover{
    cursor: pointer;
}

.thirdBoxItemPic {
    width: 78px;
    height: 90px;
    margin: 40px auto 0;
}

.thirdBoxItemTitle {
    color: #1C1C1C;
    margin-top: 30px;
    margin-bottom: 14px;
}

.thirdBoxItemLine {
    width: 30px;
    height: 2px;
    background: rgba(90, 164, 81, 0.6);
    margin: 0 auto;
}

.thirdBoxItemNote {
    width: 196px;
    color: rgba(41, 41, 41, 0.8);
    line-height: 26px;
    margin: 18px auto 40px;
}


.thirdBoxItemHoverTitle {
    color: #1C1C1C;
    margin-top: 50px;
    margin-bottom: 19px;
}

.thirdBoxItemHoverLine {
    width: 30px;
    height: 2px;
    background: rgba(90, 164, 81, 1);
    margin: 0 auto;
}

.thirdBoxItemHoverNote {
    color: #1C1C1C;
    line-height: 30px;
    width: 96px;
    margin: 20px auto 0;
}

.fourth {
    background: #F9F9F9;
}

.fourthCon {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fourthConTitle {
    text-align: center;
}

.fourthConNote {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 60px;
}

.fourthBoxItem {
    max-width: 420px;
	width: calc(33.3% - 30px);
    height: 200px;
    background: #16418A;
    border-radius: 8px;
    position: relative;
}

.fourthBoxItemBg {
    width: 420px;
    height: 240px;
    text-align: center;
    line-height: 240px;
    background: rgba(29, 42, 54, 0.1);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.fourthConBtn {
    margin: 60px auto 0;
}

.fifth {
    background: rgba(90, 164, 81, 0.12);
}

.fifthBoxItem {
    max-width: 640px;
	width: calc(50% - 20px);
    height: 475px;
    padding-top: 25px;
    background: #FFFFFF;
    box-shadow: 6px 10px 17px 3px rgba(29, 42, 54, 0.12);
    border-radius: 8px;
}

.fifthBoxItemImg {
    width: 384px;
    height: 369px;
    margin: 0 auto;
}

.fifthBoxItemText {
    text-align: center;
    margin-top: 20px;
}

.sixth {
    width: 80%;
	max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sixthCon {
    margin: 0 auto;
}

.sixthSliderItem {
    width: 100%;
    margin: 0 auto;
}

.sixthSliderItemImg {
    max-width: 545px;
	/*width: calc(50% - 30px);*/
    height: 461px;
    margin-left: 60px;
}

.sixthSliderItemCon {
    position: relative;
    max-width: 695px;
	width: calc(50% - 30px);
    height: 461px;
}

.sixthSliderItemConBg {
    position: absolute;
    right: 0;
    top: 60px;
    width: 260px;
    height: 248px;
}

.sixthSliderItemConMain {
    max-width: 695px;
	width: 100%;
    height: 461px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.sixthSliderItemConTitle {
    margin-left: 85px;
    align-items: center;
    margin-bottom: 40px;
}

.sixthSliderItemConTitleNum {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #5AA451;
    border-radius: 50%;
    margin-right: 20px;
}

.sixthSliderItemConNote {
    margin-left: 97px;
    margin-bottom: 29px;
}

.sixthSliderItemConNoteSign {
    width: 8px;
    height: 8px;
    background: #5AA451;
    border-radius: 2px;
    margin-right: 33px;
    margin-top: 10px;
}

.sixthSliderItemConNoteText {
    width: 506px;
    color: rgba(41, 41, 41, 0.8);
    line-height: 28px;
}

.sixthSliderItemConNoteText2 {
    width: 506px;
    color: rgba(41, 41, 41, 0.8);
    line-height: 28px;
    margin-left: 138px;
}

.seventh {
    background: url(../image/home/seventhBg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
}

.seventhCon {
    margin: 0 auto;
}

.seventhConTitle {
    text-align: center;
    margin-bottom: 60px;
}

.seventhSliderItemConItem {
	width: 640px;
	height: 250px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 6px 10px 17px 3px rgba(29, 42, 54, 0.12);
}

.seventhSliderItemConItemEvaluate {
	width: 520px;
	position: absolute;
	left: 60px;
	top: 30px;
}

.seventhSliderItemConItemBottom {
    position: absolute;
    left: 60px;
    bottom: 40px;
}

.seventhSliderItemConItemBottomLeft {
    width: 60px;
    height: 60px;
    margin-right: 14px;
}

.seventhSliderItemConItemBottomRight {
    margin-top: 12px;
}

.starItem {
    color: #C53A2C;
    font-size: 18px;
}

.eighthSliderItem {
    width: 100%;
    margin: 0 auto;
}

.eighthSliderItemImg {
    width: 201px;
    height: 81px;
    margin-right: 18.8px;
    margin-bottom: 16px;
}

.eighthSliderItemImg:nth-child(6n+6) {
    margin-right: 0px;
}

.ninth {
    background: url(../image/home/ninthBg.jpg);
}

.ninthConImg {
    width: 640px;
    height: 624px;
}

.ninthConBox {
    width: 660px;
    height: 624px;
    background: #fff;
}

.ninthConBoxInput {
    margin-top: 40px;
    margin-left: 50px;
}

.ninthConBoxItem {
    margin-bottom: 29px;
}

.ninthConBoxItemKey {
    width: 96px;
    margin-top: 10px;
}

.ninthConBoxItemKey span {
    color: #C53A2C;
}

.ninthConBoxItemValue1 {
    width: 425px;
    height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}

.ninthConBoxItemValue2 {
    width: 425px;
    height: 68px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
}

.ninthConBoxItemValue3 {
    width: 425px;
}

.ninthConBoxItemValue3Add {
    width: 201px;
    height: 115px;
    border: 1px dashed #E8E8E8;
    border-radius: 8px;
		position: relative;
}

.ninthConBoxItemValue3Add img {
    margin: 33px auto 8px;
}

.ninthConBoxItemValue3AddText {
    text-align: center;
    color: rgba(41, 41, 41, 0.5);
}

.ninthConBoxInputBtn {
    width: 425px;
    height: 50px;
    margin-left: 96px;
    margin-top: 39px;
}

/* .ninthConBoxInputBtn:hover{
	cursor: pointer;
	transform: translate(0, -10px);
	box-shadow: 0px 16px 24px 6px rgba(90, 164, 81, 0.3);
} */

.footerCodeBox{
    display: none;
}

.footerBoxConRight:hover .footerCodeBox{
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00A934 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ebf4ea !important;
}

.bx-pager-item a{
    width: 20px !important;
    height: 5px !important;
}

.firstSlider .bx-pager {
    bottom: 90px !important;
}

.bx-wrapper.firstSlider {
    margin: 0;
}

.eighthSlider .bx-next {
    background: url(../image/common/silderRightG.png);
    margin-right: -100px;
}

.eighthSlider .bx-prev {
    background: url(../image/common/silderLeftG.png);
    margin-left: -100px;
}

.eighthSlider .bx-next:hover {
    background: url(../image/common/silderRightSel.png);
}

.eighthSlider .bx-prev:hover {
    background: url(../image/common/silderLeftSel.png);
}


.sixthSlider .bx-next {
    background: url(../image/common/silderRightG.png);
    margin-right: -100px;
}

.sixthSlider .bx-prev {
    background: url(../image/common/silderLeftG.png);
    margin-left: -100px;
}

.sixthSlider .bx-next:hover {
    background: url(../image/common/silderRightSel.png);
}

.sixthSlider .bx-prev:hover {
    background: url(../image/common/silderLeftSel.png);
}

.firstSlider .bx-next {
    background: url(../image/common/silderRightW.png);
    margin-right: -100px;
	right: 310px;
}

.firstSlider .bx-prev {
    background: url(../image/common/silderLeftW.png);
    margin-left: -100px;
	left: 310px;
}

.firstSlider .bx-next:hover {
    background: url(../image/common/silderRightSel.png);
}

.firstSlider .bx-prev:hover {
    background: url(../image/common/silderLeftSel.png);
}

.commentList .bx-viewport,
.sixthSlider .bx-viewport,
.firstSlider .bx-viewport,
.eighthSlider .bx-viewport {
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

/** 首页 轮播 样式重写*/
.bx-controls-direction a {
    width: 53px !important;
    height: 53px !important;
}

.commentList .bx-next {
    background: url(../image/common/silderRightW.png);
    margin-right: -100px;
}

.commentList .bx-prev {
    background: url(../image/common/silderLeftW.png);
    margin-left: -100px;
}

.commentList .bx-next:hover {
    background: url(../image/common/silderRightSel.png);
}

.commentList .bx-prev:hover {
    background: url(../image/common/silderLeftSel.png);
}

